[INFO] fetching crate perl-workspace-discovery 0.12.2...
[INFO] fixing perl-workspace-discovery-0.12.2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate perl-workspace-discovery 0.12.2 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate perl-workspace-discovery 0.12.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate perl-workspace-discovery 0.12.2
[INFO] tweaked toml for crates.io crate perl-workspace-discovery 0.12.2 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate perl-workspace-discovery 0.12.2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate perl-workspace-discovery 0.12.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded perl-source-file v0.12.2
[INFO] [stderr]   Downloaded perl-workspace-ignore v0.12.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d3fd941e28c62c128a0e0c37bae560dd0b928bfae7d90b2c7e28e16d794df2a1
[INFO] running `Command { std: "docker" "start" "d3fd941e28c62c128a0e0c37bae560dd0b928bfae7d90b2c7e28e16d794df2a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d3fd941e28c62c128a0e0c37bae560dd0b928bfae7d90b2c7e28e16d794df2a1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d3fd941e28c62c128a0e0c37bae560dd0b928bfae7d90b2c7e28e16d794df2a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d3fd941e28c62c128a0e0c37bae560dd0b928bfae7d90b2c7e28e16d794df2a1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking perl-workspace-ignore v0.12.2
[INFO] [stderr]     Checking perl-source-file v0.12.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking perl-workspace-discovery v0.12.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `proptest` in this scope
[INFO] [stdout]  --> tests/discovery_property_tests.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use proptest::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `proptest`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `proptest`, use `cargo add proptest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `proptest` in this scope
[INFO] [stdout]   --> tests/discovery_property_tests.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | proptest! {
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `prop_oneof` in this scope
[INFO] [stdout]   --> tests/discovery_property_tests.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     prop_oneof![
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Strategy` in this scope
[INFO] [stdout]  --> tests/discovery_property_tests.rs:9:33
[INFO] [stdout]   |
[INFO] [stdout] 9 | fn extension_strategy() -> impl Strategy<Value = String> {
[INFO] [stdout]   |                                 ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `perl_source_file::is_perl_source_path`
[INFO] [stdout]  --> tests/discovery_property_tests.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use perl_source_file::is_perl_source_path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `perl_workspace_discovery::discover_perl_files`
[INFO] [stdout]  --> tests/discovery_property_tests.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use perl_workspace_discovery::discover_perl_files;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::collections::HashSet`
[INFO] [stdout]  --> tests/discovery_property_tests.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::collections::HashSet;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fs`
[INFO] [stdout]  --> tests/discovery_property_tests.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::fs;
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tempfile`
[INFO] [stdout]  --> tests/discovery_fuzz_tests.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use tempfile::TempDir;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tempfile`
[INFO] [stdout]   --> tests/comprehensive_unit_tests.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use tempfile::TempDir;
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `perl-workspace-discovery` (test "discovery_property_tests") due to 4 previous errors; 4 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0432]: unresolved import `tempfile`
[INFO] [stdout]   --> tests/discovery_coverage_tests.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use tempfile::TempDir;
[INFO] [stdout]    |     ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tempfile`
[INFO] [stdout]  --> tests/discovery_integration_tests.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use tempfile::TempDir;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `tempfile`
[INFO] [stdout]  --> tests/discovery_bdd_tests.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use tempfile::TempDir;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `perl-workspace-discovery` (test "comprehensive_unit_tests") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> src/lib.rs:220:19
[INFO] [stdout]     |
[INFO] [stdout] 220 |         let tmp = tempfile::tempdir()?;
[INFO] [stdout]     |                   ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> src/lib.rs:238:19
[INFO] [stdout]     |
[INFO] [stdout] 238 |         let tmp = tempfile::tempdir()?;
[INFO] [stdout]     |                   ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `perl-workspace-discovery` (test "discovery_fuzz_tests") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> src/lib.rs:385:19
[INFO] [stdout]     |
[INFO] [stdout] 385 |         let tmp = tempfile::tempdir()?;
[INFO] [stdout]     |                   ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> src/lib.rs:397:19
[INFO] [stdout]     |
[INFO] [stdout] 397 |         let tmp = tempfile::tempdir()?;
[INFO] [stdout]     |                   ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> src/lib.rs:414:19
[INFO] [stdout]     |
[INFO] [stdout] 414 |         let tmp = tempfile::tempdir()?;
[INFO] [stdout]     |                   ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `perl-workspace-discovery` (test "discovery_bdd_tests") due to 1 previous error
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> src/lib.rs:430:19
[INFO] [stdout]     |
[INFO] [stdout] 430 |         let tmp = tempfile::tempdir()?;
[INFO] [stdout]     |                   ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> src/lib.rs:446:19
[INFO] [stdout]     |
[INFO] [stdout] 446 |         let tmp = tempfile::tempdir()?;
[INFO] [stdout]     |                   ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> src/lib.rs:466:19
[INFO] [stdout]     |
[INFO] [stdout] 466 |         let tmp = tempfile::tempdir()?;
[INFO] [stdout]     |                   ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> src/lib.rs:476:19
[INFO] [stdout]     |
[INFO] [stdout] 476 |         let tmp = tempfile::tempdir()?;
[INFO] [stdout]     |                   ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> src/lib.rs:495:19
[INFO] [stdout]     |
[INFO] [stdout] 495 |         let tmp = tempfile::tempdir()?;
[INFO] [stdout]     |                   ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> src/lib.rs:516:19
[INFO] [stdout]     |
[INFO] [stdout] 516 |         let tmp = tempfile::tempdir()?;
[INFO] [stdout]     |                   ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> src/lib.rs:571:19
[INFO] [stdout]     |
[INFO] [stdout] 571 |         let tmp = tempfile::tempdir()?;
[INFO] [stdout]     |                   ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tempfile` in this scope
[INFO] [stdout]    --> src/lib.rs:591:19
[INFO] [stdout]     |
[INFO] [stdout] 591 |         let tmp = tempfile::tempdir()?;
[INFO] [stdout]     |                   ^^^^^^^^ use of unresolved module or unlinked crate `tempfile`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tempfile`, use `cargo add tempfile` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `perl-workspace-discovery` (test "discovery_integration_tests") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `perl-workspace-discovery` (lib test) due to 13 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `perl-workspace-discovery` (test "discovery_coverage_tests") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "d3fd941e28c62c128a0e0c37bae560dd0b928bfae7d90b2c7e28e16d794df2a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d3fd941e28c62c128a0e0c37bae560dd0b928bfae7d90b2c7e28e16d794df2a1", kill_on_drop: false }`
[INFO] [stdout] d3fd941e28c62c128a0e0c37bae560dd0b928bfae7d90b2c7e28e16d794df2a1
